-
Couldn't load subscription status.
- Fork 2.4k
Implement ItemStreamWriter in MappingItemWriter
#5046
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement ItemStreamWriter in MappingItemWriter
#5046
Conversation
| In some cases, a user needs specialized behavior to be appended to a pre-existing | ||
| `ItemReader`. Spring Batch offers some out of the box decorators that can add | ||
| additional behavior to to your `ItemReader` and `ItemWriter` implementations. | ||
|
|
||
| Spring Batch includes the following decorators: | ||
| In some cases, you might need specialized behavior to be appended to a pre-existing | ||
| `ItemReader` or `ItemWriter` implementation. | ||
| For this purpose, Spring Batch offers the following out-of-the-box decorators: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I made the intro more concise, but I can revert it if you prefer the previous version.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's great!
2a4b560 to
83ddf96
Compare
|
Seems like we were writing about the same thing at the same time 😄 I just wanted to inform you about the docs update here: #4890 (comment). I did it because I was about to start the release process for RC1. But I can still add the state management in this PR to RC1 |
|
Rebasing this now! |
Signed-off-by: Stefano Cordio <[email protected]>
83ddf96 to
63c970d
Compare
|
@fmbenhassine it's ready 🙂 |
|
It's in! Thanks again for all your contributions 🙏 |
This change:
MappingItemWriterby implementingItemStreamWriterMappingItemWriterreference documentation section